'Declaration Public Overloads Shared Sub TransformPoints( _
ByVal matrixThe matrix that used to transform points.As Vintasoft.Imaging.AffineMatrix, _
ByVal pointsThe points to transform. The original points in the array are replaced by their transformed values.() As System.Windows.Point _
)
public static void TransformPoints(
Vintasoft.Imaging.AffineMatrix matrix,
System.Windows.Point[] points
)
public: static void TransformPoints(
Vintasoft.Imaging.AffineMatrix* matrix,
System.Windows.Point[]* points
)
public:
static void TransformPoints(
Vintasoft.Imaging.AffineMatrix^ matrix,
array<System.Windows.Point>^ points
)
Parameters
- matrix
- The matrix that used to transform points.
- points
- The points to transform. The original points in the array are replaced by their transformed values.